Bug 670499-Add gdk/fallback-c89.c
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Apr 2012 15:00:36 +0000 (23:00 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 3 May 2012 03:55:11 +0000 (11:55 +0800)
commit4f56f53ad7df6d7a8db7a6e6aca3bec283d74fdb
tree7cced39c29098cd1925e35996c9ce5665e337d13
parentc97f0b660c094d005844c0357df9bbc67c03861e
Bug 670499-Add gdk/fallback-c89.c

Add a fallback-c89.c for the gdk/ subdirectory as there is code that uses
functions that are introduced by C99.  This currently adds fallback
implementations for MSVC for isnan() and isinf()

Dist this "new" source file as well
gdk/Makefile.am
gdk/fallback-c89.c [new file with mode: 0644]